powered by
Returns the size of an NIGrid-object
size(object, ...)# S3 method for NIGrid size(object, ...)# S3 method for NIGrid dim(x)
# S3 method for NIGrid size(object, ...)
# S3 method for NIGrid dim(x)
Returns the grid size in terms of dimensions, number of grid points and used memory
a grid of type NIGrid
NIGrid
other arguments passed to the specific method
object of type NIGrid
myGrid <- createNIGrid(dim=2, type="GHe", level=5) size(myGrid) dim(myGrid)
Run the code above in your browser using DataLab